home *** CD-ROM | disk | FTP | other *** search
- #VRML V2.0 utf8
-
- Background{
- skyColor [0.1 0.2 0.3]
- }
-
- NavigationInfo{
- headlight FALSE
- }
-
- #ò╜ìsî⌡Éⁿ
- DirectionalLight{
- color 1 1 1
- direction 0 0 -1
- intensity 1.0
- }
-
- #âeâLâXâgé╠âvâìâgâ^âCâv
- PROTO TextDisplay[
- field SFColor textColor 1 0 0
- ]{
- Transform{
- translation -5.0 1.0 0.0
- scale 1.4 1.4 1.4
- children[
- Shape{
- geometry Text{
- string ["Virtual","Reality"]
- fontStyle FontStyle{
- family "TYPEWRITER"
- style "BOLD"
- size 2
- }
- }
- appearance Appearance{
- material Material{
- diffuseColor IS textColor
- }
- }
- }
- ]
- }
- }
-
- #âeâLâXâgò\Ī
- TextDisplay{
- textColor 1 0.5 0.5
- }
-